net/http.http2ClientConn.closed (field)
13 uses
net/http (current package)
h2_bundle.go#L7799: closed bool
h2_bundle.go#L8465: Closed: cc.closed,
h2_bundle.go#L8508: st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
h2_bundle.go#L8518: if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed {
h2_bundle.go#L8580: cc.closed = true
h2_bundle.go#L8612: if len(cc.streams) == 0 || cc.closed {
h2_bundle.go#L8613: cc.closed = true
h2_bundle.go#L8666: cc.closed = true
h2_bundle.go#L9212: if cc.closed && cc.nextStreamID == 1 && cc.streamsReserved == 0 {
h2_bundle.go#L9218: if cc.closed || !cc.canTakeNewRequestLocked() {
h2_bundle.go#L9462: if cc.closed {
h2_bundle.go#L9794: cc.closed = true
h2_bundle.go#L9864: cc.closed = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)